home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / patch.arc / NEATFIX.ARC / NEATFIX.DOC < prev   
Text File  |  1991-12-19  |  2KB  |  48 lines

  1.                                   NEATFIX.DOC
  2.  
  3. PURPOSE:
  4. --------
  5.  
  6. The NEATFIX program changes the programming of the Chips & Technologies 286 NEAT chip
  7. set, specifically in the CompuAdd 220 (286/20 Mhz).  The bus, as programmed by the CompuAdd
  8. BIOS, will not allow the Artisoft AE2 adapter (16 bit Ethernet card) to operate correctly in 16 bit
  9. mode, and causes the machine to hang at various times.  This program should ONLY be used
  10. in a CompuAdd 220.  Its effect is to change the bus' mode from asynchronos to synchronous
  11. operation.  NEATFIX is provided as an interim solution, the user is urged to upgrade the 220
  12. BIOS.  CompuAdd Corp. released a new BIOS version in late January, 1991 that programs the
  13. bus controller correctly.
  14. Artisoft, Inc. assumes no liability for any damages resulting from the use or mis-use of this
  15. program.
  16.  
  17.  
  18. OPERATION:
  19. ----------
  20.  
  21. NEATFIX is run without any arguments, and should be placed in the computer's AUTOEXEC.BAT
  22. file to be run at boot time.  Since it changes programming which the machine's BIOS puts in
  23. place, it must be run each time the computer is booted or rebooted.  It must be run before any
  24. Network Operating System (NOS) software is installed, and should be run before any TSR
  25. application.  To assure that it is run first, copy the NEATFIX.COM file into the root directory of
  26. boot disk of your computer.  Then add the line:
  27.  
  28. NEATFIX
  29.  
  30. to the AUTOEXEC.BAT file, using an ASCII file editor.  This line should be placed somewhere
  31. near the top of the file, preferably near the PATH and/or PROMPT statment(s).  Save the changes
  32. you've made, then reboot the computer.
  33. To return the computer to original bus programming, remove the NEATFIX line from the
  34. AUTOEXEC.BAT (or REM it out) and reboot the computer.
  35.  
  36.  
  37. NEATFIX MESSAGES:
  38. -----------------
  39.  
  40. NEATFIX will return one of 2 messages:
  41.  
  42. Message: "The Bus has been synchronized."  
  43. This message will appear if NEATFIX is successful in changing the bus programming.
  44.  
  45. Message: "NEAT chipset not installed. Nothing done."
  46. This message will be returned if the bus is not a NEAT chipset or the program was unable to
  47. change the programming for an undertermined reason.
  48.